home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tools
/
vim
/
src
/
proto
/
edit.pro
< prev
next >
Wrap
Text File
|
1995-03-09
|
437b
|
13 lines
/* edit.c */
void edit __PARMS((long count));
int get_literal __PARMS((int *nextc));
void insertchar __PARMS((unsigned int c));
void beginline __PARMS((int flag));
int oneright __PARMS((void));
int oneleft __PARMS((void));
int oneup __PARMS((long n));
int onedown __PARMS((long n));
int onepage __PARMS((int dir, long count));
void stuff_inserted __PARMS((int c, long count, int no_esc));
unsigned char *get_last_insert __PARMS((void));